Hello.
When i delete a CStatic object with a bitmap selected (with a previous SetBitmap() call), does that bitmap will be freed from the process memory?

Does the CStatic class' destructor uses the DeleteObject function for freeing the selected bitmap?

Or i have to do it manually before deleting the CStatic object?

thank you